@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size:62.5%}

img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1440px; margin: 0 auto;}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.index_header{width:100%; height: 100px; background: #fff; position: relative}
.h_logo{width:176px; height:auto; float: left}
.h_logo img{width:100%; height: auto; display: block}
.h_ma{float: right; margin-top:35px;}
.h_sj{width:92px; height: 27px; border: 1px solid #bebebe; float: left; text-align: center; line-height: 25px; font-size: 14px; color: #4d4d4d; position: relative; margin-right: 10px; border-radius: 5px;}
.h_sj img{width:100px; height: 100px; display: none; position: absolute; top:30px; left:0; z-index: 999}
.h_sj:hover img{display: block}
.h_wx{width:92px; height: 27px; border: 1px solid #bebebe; float: left; text-align: center; line-height:25px; font-size: 14px; color: #4d4d4d; position: relative; border-radius: 5px;}
.h_wx img{width:100px; height: 100px; display: none; position: absolute; top:30px; left:0;z-index: 999}
.h_wx:hover img{display: block}

.h_sj:before{ 
	content: "";
    position: absolute;
    z-index:0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#0085f0;

    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
   }

.h_sj:hover:before,.h_sj:focus:before,.h_sj:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.h_sj:hover p{color:#fff; position:relative}

.h_wx:before{ 
	content: "";
    position: absolute;
    z-index:0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#0085f0;

    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
   }

.h_wx:hover:before,.h_wx:focus:before,.h_wx:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.h_wx:hover p{color:#fff; position:relative}





/* 导航栏 */
.header_nav{height:100px;width:64%;float:right;margin-right:4%}
.nav{width:100%;height:100px}
.nav .nLi{float:left;display:inline;height:100%;text-align:center;width:10%;margin-right:5%}
.nav .nLi:last-child{margin-right:0}
.nav .nLi h3{height:100%;width:100%;text-align:center}
.nav .nLi h3 a{font-size:1.6rem;color:#4d4d4d;width:100%;height:100%;line-height:96px;display:block;text-align:center}
.nav .nLi h3 a p{position:relative;z-index:9;font-size:1.6rem;color:#4d4d4d;}
.nav li.active h3 a{border-top:.2rem solid #0085f0}
.nav .nLi:hover h3 a{border-top:.2rem solid #0085f0}
.nav .sub{display:none;left:0;top:100px;position:absolute;width:100%;height:370px;z-index:999;background:#fff;border-top:.1rem solid #ddd}
.nav .sub li{zoom:1;width:144rem;height:auto;overflow:hidden;margin:0 auto}
.nav_left{width:40%;float:left;height:100%;padding-top:2.6rem}
.nav_left h2{font-size:2.4rem;line-height:2.2}
.nav_left p{font-size:1.4rem;line-height:2.4rem;text-align:justify;color:#666;padding-right:2rem}
.nav_left a{display:block;height:3.6rem;width:16rem;border:1px solid #0085f0;text-align:center;font-size:1.4rem;line-height:3.6rem;color:#0085f0;margin:2rem auto}
.nav_left a:hover{background:#0085f0;color:#fff}
.nav_center{width:22%;float:left;height:100%;padding:3rem 1rem 0;margin-left:8%}
.nav_center a{width:100%;margin:0 auto;height:3.5rem;line-height:3.5rem;display:block;text-align:left;padding-left:1.5rem; font-size:1.6rem}
.nav_center a:hover{background:#0085f0;color:#fff}
.nav_right{width:28%;float:right;padding-top:3rem}
.nav_right img{width:100%;height:auto;display:block}


/* 首页:banner */
.banner{ width:100%; height:790px; position: relative}
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{position:absolute;right:50%; margin-right: -40px; bottom:150px;z-index:999;overflow:hidden;height:22px}
.banner .slideBox .hd ul{float:left;overflow:hidden;zoom:1}
.banner .slideBox .hd ul li{float:left;margin-right:15px;width:40px;height:8px; background: #fff; cursor:pointer; opacity: 0.5; border-radius: 8px;}
.banner .slideBox .hd ul li.on{opacity: 1}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:100%}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%; }
.banner_b{width:100%; height:133px; background: url(../images/banner_a.png) no-repeat; margin-top: -133px; position: relative; z-index:6}
.sj_banner .swiper-container-horizontal>.swiper-pagination-bullets, .sj_banner .swiper-pagination-custom, .sj_banner .swiper-pagination-fraction{bottom:70px;}



/*产品*/
.index_chanpin{width:100%;overflow:hidden;background:#ebebeb;padding:4.8rem 0}
.index_biaoti{width:100%;height:auto;overflow:hidden;text-align:center}
.index_biaoti h3{font-size:3.4rem;color:#303030;font-weight:700}
.index_biaoti p{font-size:1.8rem;color:#777;line-height:3rem;margin-top:2rem}
.index_chanpin ul{width:100%;height:auto;overflow:hidden;padding:2rem 0;margin-top:2rem}
.index_chanpin ul li{width:32%;height:35rem;overflow:hidden;background:#fff;margin-right:2%;margin-bottom:4rem;float:left;padding:3rem}
.index_chanpin ul li:nth-child(3n){margin-right:0}
.index_chanpin ul li h3{width:100%;height:auto;text-align:center;font-size:2.4rem;color:#303030;font-weight:700;margin:2rem auto 2.5rem}
.index_chanpin ul li p{width:100%;min-height:74px;overflow:hidden;font-size:1.4rem;color:#777;border-top:.1rem solid #e6e6e6;padding:2.5rem 2.5rem 0;line-height:2.4rem}
.index_chanpin ul li span{width:14.2rem;height:3rem;background:#0085f0;border-radius:2.5rem;text-align:center;line-height:3rem;color:#fff;font-size:1.4rem;display:block;margin:3rem auto}
.index_chanpin ul li:hover{box-shadow:.1rem .1rem 1rem rgba(0,0,0,.2)}
.index_chanpin ul li img{max-width:100%; height:auto}


/*hangye*/
.index_hangye{width:100%;height:auto;overflow:hidden;background:#ebebeb}
.index_hangye .slideTxtBox{width:100%;height:600px;position:relative;margin-top:4rem}
.index_hangye .slideTxtBox .hd{width:30rem;height:450px;position:absolute;top:0;left:12%;z-index:99}
.index_hangye .slideTxtBox .hd ul{width:100%;height:100%;background:rgba(255,255,255,.48)}
.index_hangye .slideTxtBox .hd ul li{width:100%;height:150px;text-align:center;padding-top:2.5rem}
.index_hangye .slideTxtBox .hd ul li p{font-size:1.8rem;color:#fff;line-height:4rem;margin-top:.5rem}
.index_hangye .slideTxtBox .hd ul li.on{background:#394cdf}
.hd_more{width:100%;height:150px;background:rgba(255,255,255,.48);text-align:center;padding-top:25px}
.hd_more p{font-size:1.8rem;color:#fff;line-height:4rem;margin-top:.5rem}
.index_hangye .slideTxtBox .bd{width:100%;height:auto;overflow:hidden}
.index_hangye .slideTxtBox .bd ul{width:100%;height:auto;overflow:hidden}
.index_hangye .slideTxtBox .bd li{width:100%;height:600px}
.bd_info{width:144rem;height:auto;margin:0 auto;padding-left:48rem;padding-top:9rem}
.bd_info h3{font-size:2.4rem;color:#fff;font-weight:700}
.bd_info_xx{width:100%;height:auto;overflow:hidden;margin-top:4rem;margin-bottom:4rem}
.bd_info_xx dl{width:100%;height:auto;overflow:hidden}
.bd_info_xx dl dt{font-size:1.6rem;color:#fff;font-weight:700;float:left}
.bd_info_xx dl dd{float:left;margin-left:.5rem;font-size:1.4rem;color:#fff;line-height:2.8rem;width:55%}
.bd_info_xx dl dd p{font-size:1.4rem;color:#fff;line-height:2.8rem;}
.bd_info span{width:14.2rem;height:3rem;border:1px solid #fff;display:block;text-align:center;line-height:3rem;font-size:1.4rem;color:#fff}
.bd_info span:hover{background:#394cdf;color:#fff}



/*案例*/
.index_case{width:100%;height:auto;overflow:hidden;background:#ebebeb;padding-top:6rem;padding-bottom:5rem}
.index_case ul{width:100%;height:auto;overflow:hidden;margin-top:3.2rem}
.index_case ul li{width:32%;height:auto;margin-right:2%;margin-bottom:3.8rem;float:left}
.index_case ul li:nth-child(3n){margin-right:0}
.index_case_pic{width:100%;height:auto;overflow:hidden;position:relative}
.index_case_pic img{width:100%;height:auto;display:block;transform:scale(1);transition:all 1s ease 0s;-webkit-transform:scale(1);-webkit-transform:all 1s ease 0s}
.index_case_pic p{padding:.4rem 1.5rem;background:rgba(0,0,0,.5);font-size:1.6rem;color:#fff;position:absolute;top:1rem;left:1rem;z-index:9}
.index_case_xx{width:100%;height:11rem;background:#fff;padding:2rem 3rem}
.index_case_xx h3{width:100%;height:3.5rem;line-height:3.5rem;font-size:1.8rem;color:#303030;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.index_case_xx p{font-size:1.4rem;color:#4d4d4d;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.index_case ul li:hover img{transform:scale(1.05);transition:all 1s ease 0s;-webkit-transform:scale(1.05);-webkit-transform:all 1s ease 0s}
.index_case ul li:hover .index_case_xx{background:url(../images/img.jpg) no-repeat center;background-size:cover}
.index_case ul li:hover h3,.index_case ul li:hover p{color:#fff}


/*客户*/
.index_kehu{width:100%;height:auto;overflow:hidden;margin:6rem 0 4rem}
.index_kehu ul{width:100%;height:auto;overflow:hidden;margin-top:2rem}
.index_kehu ul li{width:14.2%;height:7rem;float:left;padding:1rem;display:flex;align-items:center}
.index_kehu ul li img{max-width:100%;height:auto;display:block;align-items:center;margin:0 auto;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%)}
.index_kehu ul li:hover img{-webkit-filter:grayscale(0);-moz-filter:grayscale(0);-ms-filter:grayscale(0);-o-filter:grayscale(0);filter:grayscale(0)}



/*新闻*/
.index_news{width:100%;height:69.9rem;overflow:hidden;background:url(../images/news_bjs.jpg) no-repeat center;padding:6rem 0; background-size:cover;}
.index_title{width:100%;height:auto;overflow:hidden;text-align:center;margin-bottom:3rem}
.index_title h3{font-size:3.4rem;color:#fff;font-weight:700}
.index_title p{font-size:1.8rem;color:#fff;line-height:3rem;margin-top:1rem}
.index_news .swiper-container{padding-bottom:6rem}
.index_news .swiper-slide a{width:100%;height:auto;overflow:hidden;background:#fff;padding:2rem 4rem 2rem 2rem}
.in_news_pic{width:21.8rem;height:auto;float:left}
.in_news_pic img{width:100%;height:auto;display:block}
.in_news_xx{margin-left:24.4rem;height:100%;padding-top:1rem}
.in_news_xx h3{width:100%;height:3.5rem;line-height:3.5rem;font-size:2rem;color:#276fe7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.in_news_xx p{width:100%;height:4.8rem;line-height:2.4rem;color:#4d4d4d;font-size:1.4rem;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:1rem 0}
.in_news_xx span{width:100%;height:3rem;line-height:3rem;color:#276fe7;font-size:1.4rem;display:block;text-align:right}
.swiper-pagination-bullet{width:4rem;height:.8rem;background:#bebebe!important;border-radius:2.5rem}
.swiper-pagination-bullet-active{background:#f4f4f4!important;width:5.8rem}


/*EAS*/
.ny_ban{width:100%;height:560px;position:relative; background-size:cover!important;}
.eas_ban{background:url(../images/eas_ban.jpg) no-repeat center; }
.hr_ban{background:url(../images/hr_ban.jpg) no-repeat center}
.kis_ban{background:url(../images/kis_ban.jpg) no-repeat center}
.cq_ban{background:url(../images/cq_ban.jpg) no-repeat center}
.jr_ban{background:url(../images/jr_ban.jpg) no-repeat center}
.case_ban{background:url(../images/case_ban.jpg) no-repeat center}
.service_ban{background:url(../images/service_ban.jpg) no-repeat center}
.about_ban{background:url(../images/jr_ban.jpg) no-repeat center}
.ny_ban_left{width:auto;float:left;margin-top:13rem}
.ny_ban_left h4{font-size:5rem;color:#fff;font-weight:700}
.ny_ban_left p{font-size:2.9rem;color:#fff;margin:1rem 0 .5rem}
.ny_ban_left span{font-size:2.4rem;color:#fff;display:block}
.ny_ban_links{width:100%;height:auto;overflow:hidden;margin-top:6rem}
.ny_ban_links a{width:19rem;height:5rem;border:1px solid #fff;border-radius:.5rem;text-align:center;color:#fff;line-height:4.8rem;float:left;margin-right:2rem;font-size:2.3rem;position:relative;z-index:9}
.ny_ban_links a:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#fff;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.ny_ban_links a:active:before,.ny_ban_links a:focus:before,.ny_ban_links a:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}
.ny_ban_links a:active,.ny_ban_links a:focus,.ny_ban_links a:hover{color:#0085f0}
.ny_ban_pic{width:auto;height:auto;float:right;margin-top:2rem}
.ny_eas_one{width:100%;height:auto;overflow:hidden;margin:5.6rem 0 7rem}
.ny_eas_onexx{width:82%;height:auto;margin:0 auto;font-size:1.4rem;color:#777;line-height:2.6rem;margin-top:2rem}
.ny_eas_onexx p{font-size:2.7rem;color:#333;}
.ny_eas_two{width:100%;height:auto;overflow:hidden}
.ny_eas_two ul{width:100%;height:auto;overflow:hidden;margin:4rem 0}
.ny_eas_two ul li{width:23.5%;height:30.2rem;float:left;margin-right:2%;background:#f6f6f6;padding:3rem;text-align:center;margin-bottom: 10px;}
.ny_eas_two ul li h3{width:100%;height:3.5rem;line-height:3.5rem;font-size:1.8rem;color:#0085f0;text-align:center;margin:1rem auto}
.ny_eas_two ul li p{width:100%;height:auto;font-size:1.2rem;color:#4d4d4d;line-height:2.4rem;text-align:left;}
.ny_eas_two ul li:nth-child(4n){margin-right:0}
.eas_more{width:17.2rem;height:4.6rem;text-align:center;line-height:4.6rem;color:#fff;font-size:1.6rem;margin:1rem auto;display:block;background:#0085f0;border-radius:2.5rem}
.ny_eas_san{width:100%;height:auto;overflow:hidden;background:#ebebeb;padding:5.5rem 0;margin-top:5rem}
.ny_title{width:100%;height:auto;overflow:hidden;text-align:center}
.ny_title h3{font-size:3.4rem;color:#303030;font-weight:700;margin-bottom:1rem}
.ny_title p{font-size:1.8rem;color:#777;margin-top:.5rem;text-transform:Uppercase;line-height:3rem}
.ny_eas_san ul{width:100%;height:auto;overflow:hidden;padding:2rem 0;margin-top:1rem}
.ny_eas_san ul li{width:32%;height:auto;float:left;margin-right:2%;margin-bottom:4.5rem;background:#fff}
.ny_eas_san ul li:nth-child(3n){margin-right:0}
.eas_san_pic{width:100%;height:auto;overflow:hidden}
.eas_san_pic img{width:100%;height:auto;display:block;transform:scale(1);transition:all 1s ease 0s;-webkit-transform:scale(1);-webkit-transform:all 1s ease 0s}
.eas_san_xx{width:100%;height:18rem;overflow:hidden;padding:1.5rem 3rem}
.eas_san_xx h4{width:100%;height:3.5rem;line-height:3.5rem;font-size:2rem;color:#4d4d4d;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.eas_san_xx p{width:100%;height:auto;overflow:hidden;font-size:1.4rem;color:#4d4d4d;line-height:2.6rem;margin-top:1.5rem; 	 word-break:break-all;display:-webkit-box; -webkit-line-clamp:4;
  -webkit-box-orient:vertical; overflow:hidden;}
.ny_eas_san ul li:hover img{transform:scale(1.05);transition:all 1s ease 0s;-webkit-transform:scale(1.05);-webkit-transform:all 1s ease 0s}
.ny_eas_san ul li:hover{box-shadow:.1rem .1rem 1rem rgba(0,0,0,.2)}
.ny_eas_four{width:100%;height:auto;overflow:hidden;margin:5.6rem 0 3rem}
.eas_four_xx{width:100%;height:auto;overflow:hidden;margin-top:3rem}
.eas_four_xx ul{width:100%;height:auto;overflow:hidden}
.eas_four_xx ul li{width:23.5%;height:32rem;float:left;margin-right:2%;position:relative;margin-bottom:3rem;overflow:hidden}
.eas_four_xx ul li:nth-child(4n){margin-right:0}
.four_xx_info{width:100%;height:100%;border:1px solid #bebebe;text-align:center;padding:3rem 3rem 0}
.four_xx_info .four_pic{width:100%;height:auto;text-align:center; max-height:90px; display: flex; align-items: center;}
.four_xx_info .four_pic img{max-width:100%; align-items: center; margin: 0px auto;}
.four_xx_info h3{font-size:2rem;color:#4d4d4d;margin:2rem 0}
.four_xx_info p{font-size:1.4rem;color:#4d4d4d;line-height:2.6rem}
.four_xx_hover{width:100%;height:100%;position:absolute;top:100%;left:0;background:#eef9fa;padding:4rem 3.2rem;transition:all .4s ease-in-out}
.four_xx_hover h3{font-size:2rem;color:#4d4d4d;margin-bottom:2rem}
.four_xx_hover p{font-size:1.4rem;color:#4d4d4d;line-height:2.6rem}
.eas_four_xx ul li:hover .four_xx_hover{top:0;transition:all .4s ease-in-out}
.chanye_more{width:24rem;height:4.6rem;background:#0085f0;border-radius:2.5rem;text-align:center;line-height:4.6rem;color:#fff;margin:4rem auto}
.chanye_more p{color:#fff; font-size:1.6rem}
.chanye_more:hover{background:#005abc}
.ny_lianxi{width:100%;height:auto;background:url(../images/eas_bjs.jpg) no-repeat center; background-size:cover; padding:36px 0}
.ny_biaoti{width:100%;height:auto;overflow:hidden;text-align:center}
.ny_biaoti h3{font-size:3.4rem;color:#fff;font-weight:700;margin-bottom:1rem}
.ny_biaoti p{font-size:1.8rem;color:#fff;margin-top:.5rem}
.ny_lianxi ul{width:auto;display:table;margin:3rem auto}
.ny_lianxi ul li{width:6.8rem;height:auto;display:block;float:left;text-align:center;margin:0 6rem}
.ny_lianxi ul li img{width:100%;height:auto;overflow:hidden;-webkit-transition:-webkit-transform .5s ease-out;-moz-transition:-moz-transform .5s ease-out;transition:transform .5s ease-out}
.ny_lianxi ul li p{font-size:1.6rem;color:#fff;line-height:3.5rem}
.ny_lianxi ul li:hover img{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}
.ny_lianxi_input{width:100%;height:auto;overflow:hidden}
.ny_lianxi_input div{position:relative;float:left}
.ny_lianxi_input div input[type=text]{width:100%;height:100%;background:0 0;border:0;padding:0 1rem;font-size:1.6rem;color:#4d4d4d}
.ny_lianxi_input .lx_1,.ny_lianxi_input .lx_2{width:20%;height:5rem;background:#fff;margin-right:1%}
.ny_lianxi_dhs{width:100%;height:auto;overflow:hidden;text-align:center;margin-top:2rem;font-size:2.8rem;color:#fff;font-weight:700}
.lx_3{width:38%;margin-right:1%;height:5rem;background:#fff}
.tijiao{width:19%;height:5rem;border:1px solid #fff;background:0 0;float:right;text-align:center;line-height:5rem;position:relative;color:#fff}
.tijiao input{width:100%;height:100%;border:0;background:0 0;display:block;position:relative;z-index:9;color:#fff;font-size:1.6rem;cursor:pointer}
.tijiao:before{content:"";position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;background:#fff;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.tijiao:focus:before,.tijiao:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);color:#0085f0}
.tijiao:hover input{color:#0085f0}







/*HR*/
.ny_hr_one{width:100%;height:auto;overflow:hidden;margin:4rem 0 7rem}
.hr_one_xx{width:auto;display:table;margin:3rem auto}
.hr_one_left{width:66.6rem;height:auto;float:left}
.hr_one_left img{max-width:100%}
.hr_one_right{width:26rem;height:auto;float:left;margin-left:3rem;margin-top:5rem}
.hr_one_right p{font-size:1.4rem;color:#777;line-height:3.2rem}
.one_xx_yy{width:17rem;height:4.6rem;background:#0085f0;border-radius:2.5rem;text-align:center;line-height:4.6rem;font-size:1.6rem;color:#fff;display:block;margin-top:2rem}
.ny_hr_two{width:100%;height:510px;background:url(../images/hr_jzbjs.jpg) no-repeat center;padding-top:4rem}
.ny_hr_two ul{width:100%;height:auto;overflow:hidden;padding:4rem 0 0}
.ny_hr_two ul li{width:25%;height:auto;float:left;padding:2rem 3.6rem;text-align:center;transition:all .4s ease-in-out}
.ny_hr_two ul li h3{font-size:1.8rem;color:#fff;line-height:3rem}
.ny_hr_two ul li span{font-size:1.6rem;color:#fff;line-height:2.4rem}
.ny_hr_two ul li p{font-size:1.4rem;color:#fff;width:100%;line-height:2.6rem;text-align:left;margin-top:3rem}
.hr_jz_pic{width:100%;height:5.2rem;margin-bottom:3rem}
.ny_hr_two ul li:hover{margin-top:-1rem;transition:all .4s ease-in-out}
.ny_hr_san{width:100%;height:auto;overflow:hidden;margin:6rem 0}
.ny_hr_san ul{width:100%;height:auto;overflow:hidden}
.ny_hr_san ul li{width:33.33%;height:auto;float:left;margin-bottom:2rem}
.hr_san_pic{width:100%;height:auto;overflow:hidden}
.hr_san_pic img{max-width:100%;height:auto;display:block}
.hr_san_xx{width:100%;height:auto;overflow:hidden;margin-top:-5rem;padding:0 2rem}
.hr_san_xx h3{font-size:2rem;color:#4d4d4d;margin-bottom:2rem; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:100%; height:3rem; line-height:3rem}
.hr_san_info{width:100%;height:14rem;overflow:hidden;margin:2rem 0 3rem}
.hr_san_info p{font-size:1.4rem;color:#4d4d4d;line-height:2.8rem}
.hr_xiazai{width:20.8rem;height:3.2rem;background:#0085f0;border-radius:2.5rem;text-align:center;line-height:3rem;font-size:1.4rem;display:block;color:#fff;position:relative}
.hr_xiazai:before{content:"";position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;background:#005abc;border-radius:2.5rem;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.hr_xiazai span{position:relative; font-size:1.6rem;}
.hr_xiazai:active:before,.hr_xiazai:focus:before,.hr_xiazai:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}
.ny_hr_four{width:100%;height:auto;overflow:hidden;background:#eef9fa;padding:5.4rem 0}
.ny_hr_four ul{width:100%;height:auto;overflow:hidden;margin-top:3.2rem}
.ny_hr_four ul li{width:33.33%;height:27.6rem;float:left;margin-bottom:2rem;padding:4rem}
.ny_hr_four ul li h3{width:100%;height:4rem;line-height:4rem;font-size:1.8rem;color:#4d4d4d;text-overflow:ellipsis;overflow:hidden;text-align:center;margin:1rem auto}
.ny_hr_four ul li p{width:100%;height:auto;overflow:hidden;font-size:1.4rem;color:#4d4d4d;line-height:2.6rem}
.ny_hr_four ul li i{width:100%;height:6rem;display:block}
.tx_1{background:url(../images/tx_1.png) no-repeat center}
.tx_2{background:url(../images/tx_2.png) no-repeat center}
.tx_3{background:url(../images/tx_3.png) no-repeat center}
.tx_4{background:url(../images/tx_4.png) no-repeat center}
.tx_5{background:url(../images/tx_5.png) no-repeat center}
.tx_6{background:url(../images/tx_6.png) no-repeat center}
.ny_hr_four ul li:hover{background:url(../images/tx_bjs.jpg) no-repeat}
.ny_hr_four ul li:hover h3,.ny_hr_four ul li:hover p{color:#fff}
.ny_hr_four ul li:hover .tx_1{background:url(../images/tx_h1.png) no-repeat center}
.ny_hr_four ul li:hover .tx_2{background:url(../images/tx_h2.png) no-repeat center}
.ny_hr_four ul li:hover .tx_3{background:url(../images/tx_h3.png) no-repeat center}
.ny_hr_four ul li:hover .tx_4{background:url(../images/tx_h4.png) no-repeat center}
.ny_hr_four ul li:hover .tx_5{background:url(../images/tx_h5.png) no-repeat center}
.ny_hr_four ul li:hover .tx_6{background:url(../images/tx_h6.png) no-repeat center}
.ny_hr_wu{width:100%;height:45rem;background:url(../images/hr_ysbjs.png) no-repeat center;padding-top:4.7rem}
.ny_hr_wu ul{width:100%;height:auto;overflow:hidden;margin-top:1.5rem}
.ny_hr_wu ul li{width:25%;height:30.9rem;float:left;background:url(../images/ys_sbj.png) no-repeat right bottom;padding:4rem 3rem}
.ny_hr_wu ul li h3{font-size:2rem;color:#fff;width:100%}
.ny_hr_wu ul li p{width:100%;height:8.4rem;font-size:1.4rem;color:#fff;line-height:2.8rem;margin-top:1.5rem}
.ny_hr_wu ul li i{font-size:5rem;color:#fff;font-weight:700;margin-top:3rem;display:block}
.ny_hr_wu ul li:last-child{background:0 0}
.ny_hr_wu ul li:hover{background:url(../images/ys_bjs.png) no-repeat}




/*kis*/
.ny_kis_one{width:100%;height:auto;margin:4rem 0 6rem}
.ny_kis_onexx{width:auto;height:auto;overflow:hidden;margin:5rem auto 0;display:table}
.kis_one_left{width:50rem;height:auto;float:left}
.kis_one_left h4{width:100%;height:5.4rem;line-height:5.4rem;background:#0085f0;text-align:center;font-size:1.8rem;color:#fff}
.kis_one_left h5{width:100%;height:auto;font-size:1.8rem;color:#4d4d4d;text-align:center}
.kis_one_ts{width:100%;height:auto;overflow:hidden;margin:1.6rem 0}
.kis_one_ts p{width:8.6rem;height:8.6rem;background:#00ccfe;text-align:center;line-height:8.6rem;float:left;margin-right:1.7rem;color:#fff; font-size:1.2rem}
.kis_one_ts p:last-child{margin-right:0}
.kis_one_right{width:42.8rem;height:auto;float:left;margin-left:7rem}
.kis_one_right p{font-size:1.4rem;color:#777;line-height:3.2rem}
.kis_one_right a{width:17.6rem;height:4.6rem;line-height:4.6rem;background:#0085f0;border-radius:2.5rem;text-align:center;color:#fff;display:block;margin-top:5rem; font-size:1.6rem}
.ny_kis_two{width:100%;height:auto;background:url(../images/kis_txbj.jpg) no-repeat center;padding:5.4rem 0}
.ny_kis_two ul{width:100%;height:auto;overflow:hidden;margin-top:2.6rem}
.ny_kis_two ul li{width:33.33%;height:27.6rem;overflow:hidden;float:left;padding:3rem;text-align:center}
.ny_kis_two ul li h3{font-size:1.8rem;color:#fff;width:100%;height:3rem;line-height:3rem;margin:2rem auto}
.ny_kis_two ul li p{width:100%;height:auto;overflow:hidden;line-height:2.6rem;color:#fff;font-size:1.4rem}
.ny_kis_two ul li:hover{background:rgba(255,255,255,.3)}
.ny_kis_san{width:100%;height:auto;background:#eef9fa;padding:5rem 0 8rem;overflow:hidden}
.ny_kis_san .container{padding:0 5%}
.ny_kis_san .slideTxtBox{width:100%;height:auto;margin-top:6rem}
.ny_kis_san .slideTxtBox .hd{width:21%;height:auto;float:left}
.ny_kis_san .slideTxtBox .hd ul{width:100%;height:auto;overflow:hidden}
.ny_kis_san .slideTxtBox .hd ul li{width:100%;height:8rem;background:#fff;margin-bottom:1rem;font-size:2rem;color:#777;text-align:center;line-height:8rem}
.ny_kis_san .slideTxtBox .hd ul li.on{background:#0085f0;color:#fff}
.ny_kis_san .slideTxtBox .bd{width:70%;height:auto;float:right}
.ny_kis_san .slideTxtBox .bd ul{width:100%;height:auto}
.ny_kis_san .slideTxtBox .bd li{width:100%;height:auto}
.ny_kis_san .slideTxtBox .bd li .ny_kis_spic{width:100%;height:auto;overflow:hidden}
.ny_kis_spic img{max-width:100%;height:auto;display:block}
.ny_kis_sinfo{width:100%;height:auto;overflow:hidden;margin-top:2rem}
.ny_kis_sinfo h3{font-size:2rem;color:#4d4d4d;margin-bottom:2rem}
.ny_kis_sinfo p{font-size:1.4rem;color:#4d4d4d;line-height:2.4rem}
.ny_kis_sinfo a{width:19rem;height:4rem;background:#0085f0;text-align:center;line-height:4rem;border-radius:2.5rem;color:#fff;display:block;margin-top:2rem; font-size:1.6rem}



/*苍穹*/
.ny_cq_san{width:100%;height:auto;overflow:hidden;margin:5rem 0}
.ny_cq_san ul{width:90%;height:auto;overflow:hidden;margin:3rem auto}
.ny_cq_san ul li{width:20%;height:36rem;overflow:hidden;background:#f6f6f6;float:left;text-align:center;padding:4rem 3rem}
.ny_cq_san ul li h4{color:#0085f0;font-size:1.8rem;margin-top:3rem}
.ny_cq_san ul li span{color:#0085f0;font-size:1.6rem;line-height:3rem}
.ny_cq_san ul li p{width:100%;height:auto;overflow:hidden;font-size:1.4rem;color:#4d4d4d;line-height:2.6rem;margin-top:2rem}
.ny_cq_san ul li:nth-child(2n){background:#ebebeb}
.ny_cq_two{width:100%;height:auto;overflow:hidden;margin:5rem 0 0}
.ny_cq_two ul{width:100%;height:auto;overflow:hidden;margin:3rem 0}
.ny_cq_two ul li{width:20%;height:auto;float:left;position:relative;overflow:hidden}
.ny_cq_two ul li img.two_pic{width:100%;height:auto;display:block;transform:scale(1);transition:all 1s ease 0s;-webkit-transform:scale(1);-webkit-transform:all 1s ease 0s}
.ny_cq_xx{width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,.55);padding:3rem}
.ny_cq_xx .cq_xx_bg{width:7rem;height:7rem;border-radius:50%;background:rgba(0,0,0,.8);display:flex;align-items:center}
.cq_xx_bg img{align-items:center;margin:0 auto}
.ny_cq_xx h3{font-size:1.8rem;color:#fff;margin-top:50%;transition:all .4s ease-in-out}
.ny_cq_xx p{font-size:1.4rem;color:#fff;line-height:2.6rem}
.ny_cq_info{width:100%;height:auto;overflow:hidden;font-size:1.4rem;color:#fff;line-height:2rem;margin-top:2rem;display:none}
.ny_cq_two ul li:hover .ny_cq_xx{background:rgba(0,0,0,.85)}
.ny_cq_two ul li:hover .cq_xx_bg{background:#0085f0}
.ny_cq_two ul li:hover .ny_cq_xx h3{margin-top:20%;transition:all .4s ease-in-out}
.ny_cq_two ul li:hover .ny_cq_info{display:block}
.ny_cq_two ul li:hover img.two_pic{transform:scale(1.05);transition:all 1s ease 0s;-webkit-transform:scale(1.05);-webkit-transform:all 1s ease 0s}
.ny_cq_one{width:100%;height:auto;overflow:hidden;background:#ebebeb;padding:5.5rem 0}
.ny_cq_one ul{width:100%;height:auto;overflow:hidden;padding:2rem .5rem;margin:2rem 0}
.ny_cq_one ul li{width:15.4%;height:30.2rem;float:left;background:#fff;margin-right:1.5%;margin-bottom:1rem;text-align:center;padding:3.5rem 2rem}
.ny_cq_one ul li:nth-child(6n){margin-right:0}
.ny_cq_one ul li img{width:110px;height:auto;display:block;margin:0 auto 2rem;-webkit-transition:-webkit-transform .5s ease-out;-moz-transition:-moz-transform .5s ease-out;transition:transform .5s ease-out}
.ny_cq_one ul li h4{font-size:1.8rem;color:#0085f0;line-height:2.8rem}
.ny_cq_one ul li span{font-size:1.6rem;color:#0085f0}
.ny_cq_one ul li p{font-size:1.4rem;color:#4d4d4d;line-height:2rem;margin-top:.8rem}
.ny_cq_one ul li:hover{box-shadow:.1rem .1rem .6rem rgba(0,0,0,.2)}
.jh_more{width:17rem;height:4.6rem;background:#0085f0;border-radius:2.5rem;display:block;margin:0 auto;text-align:center;line-height:4.6rem;color:#fff; font-size:1.6rem}
.ny_cq_one ul li:hover img{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}



/*星空*/
.ny_xk_one{width:100%;height:auto;overflow:hidden;margin:4rem 0}
.xk_one_left{float:left; width:38%}
.xk_one_left img{max-width:100%}
.xk_one_right{width:50%;height:auto;float:left;margin-left:5rem;margin-top:4rem}
.xk_one_right p{font-size:1.4rem;color:#777;line-height:3.2rem}
.xk_one_right a{width:17rem;height:4.6rem;background:#0085f0;border-radius:2.5rem;text-align:center;line-height:4.6rem;font-size:1.6rem;color:#fff;display:block;margin-top:2rem;position:relative}
.xk_one_right a:before{content:"";position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;background:#005abc;border-radius:2.5rem;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.xk_one_right a:active:before,.xk_one_right a:focus:before,.xk_one_right a:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}
.xk_one_right span{position:relative;z-index:9; font-size:1.6rem;}
.ny_xk_two{width:100%;height:auto;background:url(../images/xkyw_bjs.jpg) no-repeat center;background-size:cover;padding:4rem 0}
.ny_xk_two ul{width:100%;height:auto;overflow:hidden;padding:3rem 0 0}
.ny_xk_two ul li{width:33.33%;height:auto;float:left;padding:2rem 5%;text-align:center;transition:all .4s ease-in-out}
.ny_xk_two ul li h3{font-size:1.8rem;color:#fff;line-height:3rem}
.ny_xk_two ul li span{font-size:1.6rem;color:#fff;line-height:2.4rem}
.ny_xk_two ul li p{font-size:1.4rem;color:#fff;width:100%;line-height:2.6rem;text-align:left;margin-top:3rem}
.hr_xk_pic{width:100%;height:6.2rem;margin-bottom:3rem}
.ny_xk_two ul li:hover{margin-top:-1rem;transition:all .4s ease-in-out}
.ny_xk_four{width:100%;height:auto;overflow:hidden;background:#eef9fa;padding:5rem 0}
.xk_four_left{width:25.5%;height:auto;float:left;margin-top:4rem}
.xk_four_left img{width:100%;height:auto;display:block}
.xk_four_right{width:65%;height:auto;float:right;margin-top:4rem}
.xk_four_right ul{width:100%;height:auto;overflow:hidden}
.xk_four_right ul li{width:28%;height:auto;float:left;margin-right:8%;text-align:center}
.xk_four_right ul li img{margin-bottom:3rem}
.xk_four_right ul li:last-child{margin-right:0}
.xk_four_right ul li h3{font-size:1.8rem;color:#0085f0}
.xk_four_right ul li span{font-size:1.6rem;color:#0085f0;line-height:3rem}
.xk_four_right ul li p{font-size:1.4rem;color:#4d4d4d;line-height:2.6rem;margin-top:2rem;text-align:left}



/*加入我们*/
.ny_join_all{width:100%;height:auto;padding:5.5rem 0 6rem;background:#f6f6f6}
.ny_join_zhaopin{width:100%;height:auto;overflow:hidden;background:#fff;padding:4rem;margin-top:3.6rem}
.ny_contact{width:100%;height:auto;overflow:hidden;margin:5rem 0 6rem}
#map{width:100%;height:48rem;margin:4rem 0}
.nycont-bot{width:100%;height:auto;overflow:hidden}
.nycont-bot_left{width:50%;height:auto;float:left}
.nycont-bot_left h3{font-size:2rem;color:#4d4d4d;font-weight:700;margin-bottom:1rem}
.nycont-bot_left p{font-size:1.6rem;color:#777;line-height:2.8rem}
.foottb-r{width:auto;float:right}
.foottb-r dl{width:12.4rem;height:auto;float:left;margin-left:3.2rem}
.foottb-r dl dt{width:100%;height:auto;overflow:hidden;border:1px solid #eee}
.foottb-r dl dt img{width:100%;height:auto;display:block}
.foottb-r dl dd{width:100%;height:4rem;line-height:4rem;font-size:1.6rem;color:#777;text-align:center}
.ny_feedback{width:100%;height:auto;overflow:hidden;margin-bottom:6rem}
.ny_feedback_all{width:100%;height:auto;overflow:hidden;margin-top:4rem}
.ny_feedback_top{width:100%;height:4.6rem;overflow:hidden}
.ny_feedback_bottom p,.ny_feedback_top p{width:23.5%;height:4.2rem;border:1px solid #eee;float:left;margin-right:2%;position:relative}
.ny_feedback_bottom p input[type=text],.ny_feedback_top p input[type=text]{width:100%;height:100%;border:0;background:0 0;font-size:1.6rem;color:#666;padding:0 1rem}
.ny_feedback_top p:last-child{margin-right:0}
.ny_feedback_bottom{width:100%;height:4.6rem;margin-top:1rem}
.feedback_text{width:49%;height:4.6rem;float:left;margin-right:2%;border:1px solid #eee}
.feedback_text input[type=text]{width:100%;height:100%;border:0;background:0 0;font-size:1.6rem;color:#666;padding:.5rem 1rem;resize:none}
.f_tijiao{width:23.5%;height:4.6rem;float:right;background:#3c8fee;text-align:center;line-height:4.6rem;font-size:1.6rem;color:#fff;border:0}


/*内页案例*/
.ny_case_top{width:100%;height:auto;overflow:hidden;margin-top:2.2rem}
.ny_case_nav{width:70%;height:4rem;float:left;line-height:4rem;overflow:hidden}
.ny_case_nav a{float:left;font-size:1.6rem;color:#4d4d4d;margin-right:3%}
.ny_case_nav a:last-child{margin-right:0}
.ny_case_nav a:hover{color:#0085f0}
.ny_case_input{width:28%;float:right;background:#ebebeb;padding:0 1rem;height:4rem}
.ny_case_input input[type=text]{width:80%;height:4rem;line-height:4rem;float:left;border:0;background:0 0; font-size:1.6rem;}
.case_tijiao{width:2.5rem;height:100%;background:url(../images/souso.png) no-repeat center;border:0;float:right; background-size:100% auto}
.ny_case_bottom{width:100%;height:auto;overflow:hidden;margin-top:4rem;margin-bottom:5rem}
.ny_case_bottom ul{width:100%;height:auto;overflow:hidden}
.ny_case_bottom ul li{width:32%;height:auto;float:left;margin-right:2%;margin-bottom:4rem}
.ny_case_bottom ul li:nth-child(3n){margin-right:0}
.ny_case_pic{width:100%;height:auto;overflow:hidden;position:relative}
.ny_case_pic img{width:100%;height:auto;display:block;transform:scale(1);transition:all 1s ease 0s;-webkit-transform:scale(1);-webkit-transform:all 1s ease 0s}
.ny_case_pic p{width:auto;height:3rem;line-height:3rem;background:rgba(0,0,0,.5);text-align:center;color:#fff;font-size:1.6rem;position:absolute;top:2.2rem;left:2.2rem;z-index:9;padding:0 1rem}
.ny_case_xx{width:100%;height:11.2rem;padding:2rem 3rem}
.ny_case_xx h3{width:100%;height:3rem;line-height:3rem;font-size:1.8rem;color:#303030;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.ny_case_xx p{width:100%;height:3rem;line-height:3rem;font-size:1.4rem;color:#4d4d4d;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.ny_case_bottom ul li:hover .ny_case_xx{background:url(../images/img.jpg) no-repeat;background-size:cover}
.ny_case_bottom ul li:hover h3,.ny_case_bottom ul li:hover p{color:#fff}
.ny_case_bottom ul li:hover img{transform:scale(1.05);transition:all 1s ease 0s;-webkit-transform:scale(1.05);-webkit-transform:all 1s ease 0s}
.ny_case_more{width:100%;height:auto;overflow:hidden;text-align:center;font-size:1.6rem;color:#4d4d4d;cursor:pointer}

.ny_case_more p{font-size:1.6rem;color:#4d4d4d;}
.ny_case_more:hover p{color:#0085f0}
.ny_case_lx{width:100%;height:420px;background:url(../images/case_lx.jpg) no-repeat center; background-size:cover;}
.ny_case_lx .ny_ban_left{margin-top:8rem}
.ny_case_lx .ny_ban_left h4{font-size:3.6rem;margin-bottom:2rem}



/*内页案列详情*/
.ny_case_one{width:100%;height:auto;overflow:hidden;margin-top:5.2rem;margin-bottom:6rem}
.ny_case_one .container{width:1200px;margin:0 auto}
.ny_case_one h1{font-size:3.4rem;color:#303030;font-weight:700;text-align:center;margin-bottom:1rem}
.ny_case_one h5{font-size:1.8rem;color:#777;text-align:center}
.case_pic_show{width:100%;height:auto;overflow:hidden;text-align:center;margin:4rem 0}
.case_pic_show img{max-width:100%;height:auto}
.product_pic_show{width:100%;height:auto;overflow:hidden;text-align:left;margin:4rem 0;font-size:22px;line-height: 25px;}
.product_pic_show img{max-width:100%;height:auto}
.case_one_qy{width:100%;height:auto;overflow:hidden}
.case_one_info{width:100%;height:auto;overflow:hidden;font-size:1.4rem;color:#777;line-height:2.6rem;margin:2rem 0}
.case_one_info p{font-size:1.4rem;color:#777;}
.case_one_info img{max-width:100%}
.case_one_num{width:100%;height:auto;overflow:hidden}
.case_one_num dl{width:auto;float:left;margin-right:3%}
.case_one_num dl dt{width:8rem;height:8rem;background:#0085f0;text-align:center;line-height:8rem;font-size:4rem;color:#fff;font-weight:700;border-radius:50%;margin:.5rem auto}
.case_one_num dl dd{width:100%;height:3.5rem;line-height:3.5rem;font-size:1.4rem;color:#4d4d4d}
.case_one_xx{width:100%;height:auto;overflow:hidden;margin-top:4rem}
.case_onre_pa{width:100%;height:auto;overflow:hidden;margin-top:2rem}
.case_onre_pa p.case_onre_t{width:100%;height:auto;overflow:hidden;font-size:2rem;color:#0085f0;font-weight:700;margin:1rem auto 2rem}
.case_onre_palinks{width:100%;height:auto;overflow:hidden}
.case_onre_palinks a{width:20%;height:5rem;float:left;background:#0085f0 url(../images/links_jt.png) no-repeat 90% center;font-size:1.8rem;color:#fff;line-height:5rem;padding:0 1rem;margin-right:2%}
.case_onre_palinks a:hover{background:#0c72c3 url(../images/links_jt.png) no-repeat 90% center}
.case_fanwei_xx{width:100%;height:auto;overflow:hidden;font-size:1.4rem;color:#777;line-height:2.8rem}
.case_fanwei_xx p{font-size:1.4rem;color:#777;line-height:2.8rem}
.ny_case_two{width:100%;height:auto;overflow:hidden;background:#f6f6f6;padding:5.6rem 0;background:url(../images/yy_lingyu.jpg) no-repeat bottom center;background-size:cover}
.ny_case_two ul{width:100%;height:auto;overflow:hidden;margin-top:2rem;padding:1rem .2rem}
.ny_case_two ul li{width:49%;height:14.4rem;float:left;background:#fff;padding:2.7rem;background:#fff;padding:2.8rem;margin-bottom:2.2rem;position:relative}
.ny_case_two ul li h3{width:100%;height:auto;overflow:hidden;font-size:2rem;color:#4d4d4d;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.ny_case_two ul li p{width:100%;height:4.8rem;line-height:2.4rem;font-size:1.4rem;color:#777;overflow:hidden;margin-top:1rem}
.ny_case_two ul li i{font-size:12.2rem;color:#fff;font-weight:700;opacity:.3;position:absolute;top:0;right:1rem;z-index:0;display:block;line-height:14.4rem}
.ny_case_two ul li:nth-child(2n){float:right}
.ny_case_two ul li:hover{background:#0085f0}
.ny_case_two ul li:hover h3,.ny_case_two ul li:hover p{color:#fff}
.ny_case_san{width:100%;height:auto;overflow:hidden;background:#f6f6f6;padding:5.6rem 0}
.ny_case_san .container,.ny_case_two .container{width:120rem}
.ny_ftitle{width:100%;height:auto;overflow:hidden}
.ny_ftitle h4{font-size:2.4rem;color:#303030;font-weight:700}
.ny_ftitle h6{font-size:1.8rem;color:#777;margin-top:.5rem}
.ny_case_san ul{width:100%;height:auto;overflow:hidden;margin-top:2rem;padding:1rem .2rem}
.ny_case_san ul li{width:23.5%;height:auto;float:left;margin-right:2%;background:#fff;padding:2.7rem}
.ny_case_san ul li:nth-child(4n){margin-right:0}
.ny_case_san ul li h3{width:100%;height:4rem;line-height:4rem;margin-bottom:.8rem;font-size:1.8rem;color:#0085f0}
.ny_case_san ul li p{width:100%;height:17.7rem;line-height:3rem;margin-bottom:2rem;font-size:1.4rem;color:#4d4d4d}
.ny_case_san ul li a{width:15.4rem;height:3rem;background:#f6f6f6;border-radius:2.5rem;text-align:center;line-height:3rem;font-size:1.4rem;color:#777;display:block}
.ny_case_san ul li:hover{box-shadow:.1rem .1rem .8rem rgba(0,0,0,.2)}
.ny_case_san ul li:hover a{background:#0085f0;color:#fff}
.ny_case_si{width:100%;height:auto;overflow:hidden;margin:5rem 0}
.ny_case_sipic{width:29%;height:auto;float:left;/*background:url(../images/tx_pic.png) no-repeat center; background-size:100% 100%*/}
.ny_case_sipic img{width:20.2rem;height:20.2rem;border-radius:50%;display:block;margin-top:4.4rem;margin-left:10.6rem}
.ny_case_sixx{width:64%;height:auto;float:right}
.ny_case_sixx h3{width:100%;height:auto;font-size:3.4rem;color:#303030;font-weight:700}
.ny_case_sixx h4{width:100%;height:auto;font-size:1.8rem;color:#777;margin-bottom:4.8rem}
.ny_case_sixx p{width:100%;height:6.4rem;line-height:3.2rem;font-size:1.4rem;color:#777}
.ny_case_sixx span{font-size:1.6rem;color:#4d4d4d;display:block;text-align:right;margin-top:3rem}
.ny_hot_case{width:100%;height:auto;overflow:hidden;background:#f6f6f6;padding:6.5rem 0}
.ny_hot_case ul{width:100%;height:auto;overflow:hidden;margin-top:3rem}
.ny_hot_case ul li{width:32%;height:auto;float:left;margin-right:2%}
.ny_hot_case ul li:last-child{margin-right:0}
.ny_hot_case ul li:hover .ny_case_xx{background:url(../images/img.jpg) no-repeat;background-size:cover}
.ny_hot_case ul li:hover h3,.ny_hot_case ul li:hover p{color:#fff}
.ny_hot_case ul li:hover img{transform:scale(1.05);transition:all 1s ease 0s;-webkit-transform:scale(1.05);-webkit-transform:all 1s ease 0s}




/*内页服务*/
.ny_service_one{width:100%;height:auto;overflow:hidden;margin-top:5rem}
.service_one_xx{width:74%;height:auto;display:block;margin:2rem auto;font-size:1.4rem;color:#777;line-height:3rem}
.service_one_xx p{font-size:1.4rem;color:#777;line-height:3rem}
.ny_service_one ul{width:auto;display:table;margin:4rem auto}
.ny_service_one ul li{width:auto;float:left;text-align:center;margin:0 3rem}
.ny_service_one ul li h4{font-size:1.8rem;color:#0085f0}
.ny_service_one ul li p{font-size:1.2rem;color:#4d4d4d}
.ser_more{width:17rem;height:4.8rem;background:#0085f0;text-align:center;line-height:4.8rem;border-radius:2.5rem;display:block;margin:0 auto;color:#fff;font-size:1.6rem}
.ser_more:hover{border:1px solid #0085f0;color:#0085f0;background:0 0}
.ny_service_two{width:100%;height:auto;overflow:hidden;background:#ebebeb;padding:5.5rem 0;margin-top:6rem}
.ny_service_two ul{width:100%;height:auto;overflow:hidden;margin-top:3rem}
.ny_service_two ul li{width:49%;height:200px;background:#fff;float:left;margin-bottom:3rem;padding:1.5rem 3%}
.ny_service_two ul li:nth-child(2n){float:right}
.ny_service_two ul li img{width:110px;height:auto;float:left;display:block;-webkit-transition:-webkit-transform .5s ease-out;-moz-transition:-moz-transform .5s ease-out;transition:transform .5s ease-out}
.ny_service_two ul li:hover img{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);transform:rotateY(360deg)}
.service_two_xx{width:auto;margin-left:13rem}
.service_two_xx h3{width:100%;height:3rem;line-height:3rem;font-size:1.8rem;color:#0085f0}
.service_two_xx span{width:100%;height:3rem;line-height:3rem;font-size:1.6rem;color:#0085f0}
.service_two_xx p{width:100%;height:auto;line-height:3rem;font-size:1.4rem;color:#4d4d4d;line-height:2.6rem}
.ny_service_san{width:100%;height:auto;overflow:hidden;background:#f6f6f6;padding:5.5rem 0}
.ny_service_san .ny_title p{width:70%;margin:.5rem auto}
.ny_service_san ul{width:100%;height:auto;overflow:hidden;margin-top:4.8rem}
.ny_service_san ul li{width:23.5%;height:auto;float:left;margin-right:2%;padding:4.8rem 3%;background:#fff}
.ny_service_san ul li:nth-child(4n){margin-right:0}
.ny_service_san ul li h3{width:100%;height:3rem;line-height:3rem;font-size:1.8rem;color:#0085f0}
.ny_service_san ul li h4{width:100%;height:auto;line-height:3rem;font-size:1.6rem;color:#0085f0}
.ny_service_san ul li p{width:100%;height:21rem;line-height:3rem;font-size:1.4rem;color:#4d4d4d;margin-top:1rem}
.ny_service_san ul li a{width:15.4rem;height:3rem;background:#f6f6f6;border-radius:2.5rem;text-align:center;line-height:3rem;font-size:1.4rem;color:#777;display:block;margin-top:4rem}
.ny_service_san ul li:hover a{background:#0085f0;color:#fff}
.ny_service_si{width:100%;height:auto;overflow:hidden}
.ny_service_si_top{width:100%;height:450px;overflow:hidden;background:url(../images/fw_yy.jpg) no-repeat center;padding-top:30px}
.ny_service_si_top ul{width:144rem;height:auto;margin:22px auto 0}
.ny_service_si_top ul li{width:25%;height:30.9rem;float:left;background:url(../images/ser_hxs.png) no-repeat right bottom;padding-left:3.4rem;padding-top:4.8rem}
.ny_service_si_top ul li h4{font-size:2rem;color:#fff;line-height:4rem}
.ny_service_si_top ul li p{font-size:1.4rem;color:#fff;line-height:2.6rem;height:5.2rem}
.ny_service_si_top ul li span{font-size:5rem;color:#fff;font-weight:700;margin-top:7.4rem;display:block}
.ny_service_si_top ul li:last-child{background:0 0}
.ny_service_si_top ul li:hover{background:url(../images/ser_hover.png) no-repeat bottom}
.ny_service_si_bottom{width:100%;height:31rem;background:#eef9fa}
.ny_service_si_bottom ul{width:144rem;height:auto;margin:0 auto}
.ny_service_si_bottom ul li{width:25%;height:30.9rem;float:left;padding-left:3.4rem;padding-top:4.8rem;background:url(../images/ser_hxs.png) no-repeat right bottom}
.ny_service_si_bottom ul li h4{font-size:2rem;color:#4d4d4d;line-height:4rem}
.ny_service_si_bottom ul li p{font-size:1.4rem;color:#777;line-height:2.6rem;height:5.2rem}
.ny_service_si_bottom ul li span{font-size:5rem;color:#bebebe;font-weight:700;margin-top:7.4rem;display:block}
.ny_service_si_bottom ul li:hover{background:url(../images/ser_hover.png) no-repeat bottom}
.ny_ser_kun{margin:4rem auto 6rem}


/*关于我们12*/
.ny_about_one{width:100%;height:auto;overflow:hidden;background:url(../images/about_bjs.png) no-repeat bottom center;padding-top:4rem;padding-bottom:5.8rem}
.about_one_left{width:30%;height:auto;float:left}
.about_one_left h3{font-size:3.4rem;color:#303030;font-weight:700;margin-bottom:1rem}
.about_one_left p{font-size:1.8rem;color:#777;margin-top:.5rem;text-transform:Uppercase;line-height:3rem}
.about_one_right{width:65%;height:auto;float:right;font-size:1.6rem;color:#777;line-height:2.8rem}
.about_one_right p{font-size:1.6rem;color:#777;line-height:2.8rem}
.about_one_right img{max-width:100%;display:block}
.ny_about_two{width:100%;height:auto;overflow:hidden;background:#f6f6f6;padding:9rem 0}
.ny_about_two ul{width:100%;height:auto;overflow:hidden;margin-top:3.3rem}
.ny_about_two ul li{width:19%;height:auto;float:left;margin-right:1.2%;border:1px solid #bebebe}
.about_two_pic{width:100%;height:auto;overflow:hidden;position:relative}
.about_two_pic .t_pic{width:100%;height:auto;overflow:hidden;transform:scale(1);transition:all 1s ease 0s;-webkit-transform:scale(1);-webkit-transform:all 1s ease 0s}
.two_picon{width:100%;height:100%;overflow:hidden;display:block;display:flex;align-items:center;position:absolute;top:0;left:0}
.two_picon img{align-items:center;margin:0 auto}
.ny_about_two ul li:last-child{margin-right:0}
.ny_about_two ul li:hover img.t_pic{transform:scale(1.05);transition:all 1s ease 0s;-webkit-transform:scale(1.05);-webkit-transform:all 1s ease 0s}
.about_two_xx{width:100%;height:17.6rem;background:#fff;padding:2rem 1rem;text-align:center}
.about_two_xx h3{font-size:2rem;color:#0085f0;line-height:4rem;margin-bottom:1rem}
.about_two_xx p{font-size:1.4rem;color:#4d4d4d;line-height:2.4rem}
.ny_about_honor{width:100%;height:auto;overflow:hidden;background:url(../images/about_honor.jpg) no-repeat top center;padding-top:6.8rem;margin-bottom:8rem}
.about_honor_title{width:100%;height:auto;overflow:hidden}
.about_honor_title h3{font-size:3.4rem;color:#fff;font-weight:700}
.about_honor_title h4{font-size:1.8rem;color:#fff;line-height:4rem}
.about_honor_title p{font-size:2.8rem;color:#fff}
.about_honor_all{width:100%;height:auto;overflow:hidden;margin-top:8rem;padding:0 7rem;position:relative}
.about_honor_all .swiper-slide a{width:100%;height:auto;display:block;border:1px solid #0085f0}
.about_honor_all .swiper-slide a img{width:100%;height:auto;display:block}
.swiper-button-next,.swiper-button-prev{width:5rem;height:5rem}
.swiper-button-next{background:url(../images/h_right.png) no-repeat center; background-size:100% 100%;}
.swiper-button-prev{background:url(../images/h_left.png) no-repeat center;background-size:100% 100%;}
.ny_about_lishi{width:100%;height:auto;overflow:hidden}
.ny_about_lishi .container{position:relative}
.about_lishi_left{width:32%;height:auto; position:absolute; top:7rem; left:0; z-index:99; background:#fff}
.about_lishi_t{width:100%;height:auto;overflow:hidden}
.about_lishi_t h3{font-size:3.4rem;color:#303030;font-weight:700;margin-bottom:1rem}
.about_lishi_t p{font-size:1.8rem;color:#777;margin-top:.2rem;text-transform:Uppercase;line-height:3rem}

.about_lishi_right{width:100%;height:52rem;}
.tabs { border-right:1px solid #eee;}
.tabs p{width:100%; height:40px; line-height: 40px; font-size: 18px; color: #999999;  margin:10px 0}
.tabs p.active{color:#0085f0; border-right:2px solid #0085f0}

#boxscroll{width:85px; height:530px; float: right;  overflow-y:auto;  }


#tabs-container{height:46rem;width:88%;float:left;margin-top:7rem}
.lishi_div{width:100%;min-height:40rem;overflow:hidden}
.lishi_div h3{font-size:8rem;color:#303030;font-weight:700;line-height:9rem;opacity:.1}
.overtext{width:100%;height:20rem;overflow:hidden;font-size:1.4rem;color:#777;line-height:3.2rem;margin-top:3rem}
.overtext p{font-size:1.4rem;color:#777;line-height:3.2rem;}
.btn-loadmore{font-size:1.6rem;color:#777;background:url(../images/hh_jt.png) no-repeat right center;padding-right:2rem;height:3rem;line-height:3rem}
.btn-loadmore span{font-size:1.6rem}
.swiper-slide-active h3{opacity:1}
.about_lishi_right .overtext.active{height:auto}
.about_honor_pc{width:100%;height:auto;overflow:hidden;margin-top:8rem;position:relative}
.about_pic{width:35%;height:auto;overflow:hidden;margin-top:9rem; float:left;}
.about_pic img{width:100%;height:auto;display:block}
.about_tab_info{width:61%; height:auto; float:right}



#top .addr {
	height:36px;
	margin:0 auto;
	display:block;
}
#top .search {
	position:absolute;
	top:0;
	right:0;
	height:36px;
	display:block;
}

#nian .swiper-slide span {
	
	text-align:center;
	display:block; cursor:pointer
}
#nian .bar {
	width:50px;
	height:3px;
	position:absolute;
	bottom:0px;
}
#nian .bar .color {width:36px; margin:0 auto; height:3px;background:#ff4891;}
#page{ float: left; width: 85%; margin-top:70px; height:450px;}
#page .slidepage {height:100%;}
.scroll {height:100%;}
.slidescroll {height:auto;}


.picMarquee-left{ overflow:hidden; position:relative;}
.picMarquee-left .hd{}
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block; width:50px; height: 50px; position:absolute; top:50%; margin-top:-25px; }
.picMarquee-left .hd .next{background: url(../images/h_right.png) no-repeat center; right:0;}
.picMarquee-left .hd .prev{background: url(../images/h_left.png) no-repeat center; left:0}
.picMarquee-left .bd{ padding:10px 60px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; width:245px }
.picMarquee-left .bd ul li a{width:100%;  height: auto; display: block; border: 1px solid #0085f0}
.picMarquee-left .bd ul li a img{width:100%; height: auto; display: block}



/*底部*/
.footer{width:100%;height:auto;background:#f4f4f4;display:block;overflow:hidden;padding-top:5.6rem;padding-bottom:5.2rem}
.footer_left{width:22%;height:auto;float:left}
.footer_left a.f_logo{width:21.3rem;height:auto;display:block}
.footer_left a img{width:100%;height:auto;display:block}
.footer_xx{width:100%;height:auto;overflow:hidden;margin-top:2.8rem}
.footer_xx p{font-size:1.4rem;color:#777;line-height:2.6rem}
.footer_xx p a{font-size:1.4rem;color:#777}
.f_ma{width:100%;height:auto;margin-top:2rem}
.f_ma img{width:8rem;height:8rem;position:absolute;top:-8rem;left:0;display:none}
.ditu,.f_sj,.f_wx{width:3rem;height:3rem;float:left;position:relative;margin-right:1rem}
.f_sj_icon{width:3rem;height:3rem;border-radius:50%;background:url(../images/sj_icon.png) no-repeat center;display:block}
.f_wx_icon{width:3rem;height:3rem;border-radius:50%;background:url(../images/wx_icon.png) no-repeat center;display:block}
.ditu{width:3rem;height:3rem;border-radius:50%;background:url(../images/dt_icon.png) no-repeat center;display:block}
.f_sj:hover img{display:block}
.f_wx:hover img{display:block}
.f_sj:hover .f_sj_icon{background:url(../images/sj_hicon.png) no-repeat center}
.f_wx:hover .f_wx_icon{background:url(../images/sj_hicon.png) no-repeat center}
.ditu:hover{background:url(../images/dt_hicon.png) no-repeat center}
.footer_right{width:74%;height:auto;float:right}
.footer_right dl{float:left;margin-right:5%}
.footer_right dl:last-child{margin-right:0}
.footer_right dl dt{width:100%;height:3rem;line-height:3rem;margin-bottom:.5rem}
.footer_right dl dt a{font-size:1.6rem;color:#4d4d4d}
.footer_right dl dd{width:100%;height:auto;overflow:hidden}
.footer_right dl dd a{width:100%;height:auto;overflow:hidden;font-size:1.4rem;color:#777;line-height:2.6rem;display:block}
.footer_right dl dd a:hover{color:#0085f0}
.copy{clear:both;width:100%;height:4.8rem;font-size:1.4rem;line-height:4.8rem;background:#ebebeb}
.copy_l{font-size:1.4rem;color:#4d4d4d; text-align:center}
.copy_l a{color:#4d4d4d;margin-left:2rem}
.copy_l a:hover{color:#4d4d4d!important}
.footer_zhichi{width:auto;height:4.8rem;float:right}
.footer_zhichi p{width:auto;float:left;margin-right:2rem;color:#4d4d4d;line-height:4.8rem}
.footer_zhichi .pt{width:12.1rem;height:1.8rem;background:url(../images/vl.png) no-repeat;margin-top:1.2rem;margin-right:1rem}
.footer_zhichi .js{width:12.1rem;height:1.8rem;background:url(../images/wl.png) no-repeat;margin-top:1.2rem}
.footer_zhichi .pt:hover{background:url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background:url(../images/wl_hover.png) no-repeat}
.footer_zhichi span{float:left;font-size:1.4rem;color:#4d4d4d;margin-left:1rem}
.footer_zhichi i{float:left}
.index_kuaijie{width:100%;height:5rem;background:#1b1b1b;padding:1.5rem;border-top:.1rem solid #434343}
.index_kuaijie a{float:left;width:auto;text-align:center;font-size:1.4rem;color:#626262;margin:0 1rem}
.index_kuaijie p{font-size:1.4rem;color:#626262;float:left;padding-right:1rem}
.index_kuaijie a:hover{color:#fff}




/*手机*/
.sj_header{display:none; position:fixed; top:0px; left:0; z-index:999; background:#fff; width:100%}
.header{width:100%; clear:both; height:60px;  padding: 0px 10px; z-index: 999; overflow: hidden;}
.logo{float:left; width:14%; }
.logo img{width:100%; height: 100%;}
.menu{float:right; height:auto; width:32px; height:auto; margin-top: 16px;  }
.menu img{height:100%; width:100%;}
.menu_close{background: url(../images/close.png) no-repeat center; width: 37px; height: 37px; background-size: 100% 100%}

/*导航*/
.openmenu{overflow-y:scroll; }
#pgcontainer{margin:0px; padding:45px 0px;}
.overlay{left:0px; right:0px; bottom:0px; position: fixed; z-index:99; background-color:rgba(0, 0, 0, 0.5);}
.openmenu .overlay{top:0px;}
#hamburgermenu{background:#0085f0; left:0px; top:0px; width:0px; height:100%; overflow-y:scroll; position:fixed; z-index:999; box-shadow:3px 0px 7px rgba(0,0,0,0.55); -webkit-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55); -moz-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55);}
.nav_logo{width:100%; padding-top:10px; text-align:center; clear:both;}
.nav_logo img{height:35px; margin:5px 0px;}
.menu_head{width:100%; min-width:150px; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; line-height:25px; text-indent:1.5rem; color:#fff; padding:8px 0px; font-size:1.4rem; position:relative; margin:0px;}
.menu_head img{vertical-align:middle; height:25px; padding-right:5px;}
.menu_head a{color:#fff; font-size:1.4rem; width:100%; height:100%; display:block;}
.menu_body{width:100%; min-width:150px; overflow:hidden; line-height:38px; display:none;}
.menu_body a{width:100%; display:block; height:28px; line-height:28px; color:#fff; text-indent:1em; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; font-size:1.4rem}

.sj_banner{width:100%;height:auto; overflow: hidden; }
.sj_banner img{width:100%; height: auto; }
.swiper-container {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.swiper-slide {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}
.swiper-pagination-bullet{background: #fff; opacity: 1}
.swiper-pagination-bullet-active{background: #e59b47}
.ny_sj_ban{width:100%;height:auto;overflow:hidden;display:none}
.ny_sj_ban img{width:100%;height:auto;display:block}
.ban_info{width:100%;height:100%;display:block;position:relative}
.ban_info img{width:100%;height:auto;display:block}
.sj_banner_info{width:144rem;height:auto;position:absolute;top:0;left:50%;margin-left:-72rem;padding-top:13%}
.sj_banner_info h3{font-size:5.6rem;color:#fff;font-weight:700;margin-bottom:1rem}
.sj_banner_info p{width:100%;height:auto;line-height:4rem;font-size:2.8rem;color:#fff;margin:1.5rem 0}
.sj_banner_info span{width:100%;height:auto;line-height:3rem;font-size:2.4rem;color:#fff}
.sj_banner_links{width:100%;height:5.2rem;margin-top:5rem}
.sj_banner_links a{width:19.2rem;height:5rem;line-height:4.6rem;border:1px solid #fff;border-radius:.8rem;float:left;text-align:center;font-size:1rem;color:#fff;margin-right:2rem;font-size:2rem}





/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 222; height: 60px;width: 100%; font-size: .14rem;  background: #0085f0; display: none; }
footer ul{height: 100%; height: 100%;}
footer li{width:25%;height: 100%;float: left; border-right:1px solid #fff }
footer li a{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;color: #fff; padding-top: 8px;}
footer span{line-height:30px; font-size: 12px; width: 100%; display: block; color: #fff}
footer li a.active span{color:#b9000b}
footer .n1{background: url(../images/f_h1.png) no-repeat center;background-size:  100% 100%; width:26px;}
footer .n2{background: url(../images/f_h2.png) no-repeat center;background-size:  100% 100%; width:21px;}
footer .n3{background: url(../images/f_h3.png) no-repeat center;background-size:  100% 100%; width:26px;}
footer .n4{background: url(../images/f_h4.png) no-repeat center;background-size:  100% 100%; width:20px;}
footer .n5{background: url(../images/f_h5.png) no-repeat center;background-size:  100% 100%; width:24px;}
footer li.active{background: #044a82}
footer i{height:20px; display: block; margin: 2px auto 0; }
.sj_copy {width: 100%;  text-align: center; clear: both; font-size: 14px;  padding:15px; display: none}
.sj_copy p{color:#999;line-height:24px; font-size: 1.6rem}
.sj_copy a{color:#999;line-height:24px; font-size: 1.6rem}
.footer_top{width:50px; height: 50px; background: #747474; position:fixed; bottom:90px; right:0; text-align: center; padding-top:4px; z-index: 555}
.footer_top p{color:#fff; font-size: 1rem}
.search-tit h2,.search-tit div{font-size:1.6rem;}
#newsfoot td,#newsfoot table{font-size:1.4rem}






/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -130px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#0085f0;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width: 77px; float:left;
}



/*内部二级导航*/
.ny_nav{width:130rem;height:5.4rem;margin:0 auto;margin-top:4rem}
.ny_nav ul{width:auto;overflow:hidden;display:table;margin:0 auto}
.ny_nav ul li{height:5.4rem;line-height:5.4rem;float:left;text-align:center;position:relative;background:#eee;margin-right:.2rem;position:relative;text-align:center}
.ny_nav ul li a{display:block;color:#fff;font-size:1.5rem;color:#333;padding:0 5rem;text-align:center}
.ny_nav ul li.active,.ny_nav ul li:hover{background:#0085f0}
.ny_nav ul li.active a,.ny_nav ul li:hover a{color:#fff}
.ny_nav ul li.active::after{content:"";position:absolute;height:.2rem;width:100%;background:#0070a3;bottom:0;left:0}
.ny_pro_bt{width:100%;height:auto;overflow:hidden}
.ny_pro_bt ul{width:120rem;height:auto;overflow:hidden;margin:6rem auto 0}
.ny_pro_bt ul li{width:auto;float:left;background:url(../images/p_xx.png) no-repeat left center;padding-left:5rem;margin-right:3rem;line-height:4rem;margin-bottom:1rem}
.ny_pro_bt ul li a{font-size:1.8rem;color:#060507}
.ny_pro_bt ul li:hover a{color:#0085f0}
.ny_pro_bt ul li:hover{background:url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active{background:url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active a{color:#0085f0}


/*内页新闻*/
.ny_news_show{width:100%;height:auto;overflow:hidden;font-size:1.6rem;color:#666;margin:4rem 0}
.ny_news_all{width:100%;height:auto;overflow:hidden;margin:4rem 0}
.ny_news_all ul{width:100%;height:auto;overflow:hidden;margin-bottom:4rem}
.ny_news_all ul li{width:100%;height:auto;overflow:hidden;padding:1.5rem}
.ny_news_all ul li .ny_time{width:11.5rem;height:auto;float:left;margin-top:2.5rem}
.ny_news_all ul li .ny_time span{display:block;font-size:1.2rem;color:#999;text-align:right}
.ny_news_all ul li .ny_time p{font-size:4.1rem;color:#c8c8c8}
.news_xx{width:63%;height:auto;float:left;margin-left:2%;margin-top:2rem}
.news_xx h3{width:100%;height:3.5rem;line-height:3.5rem;font-size:1.8rem;color:#333;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.ny_news_all ul li:hover .news_xx h3{color:#0085f0}
.news_xx p{width:100%;height:5.2rem;line-height:2.5rem;font-size:1.4rem;color:#666;margin:1rem 0;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.news_xx span{font-size:1.4rem;color:#aaa}
.news_pic{width:22%;height:auto;float:right;overflow:hidden}
.news_pic img{width:100%;height:auto;display:block;transform:scale(1);transition:all 1s ease 0s;-webkit-transform:scale(1);-webkit-transform:all 1s ease 0s}
.ny_news_all ul li:hover{background:#f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#0085f0}
.ny_news_all ul li:hover h3{font-weight:700}
.ny_news_all ul li:hover img{transform:scale(1.05);transition:all 1s ease 0s;-webkit-transform:scale(1.05);-webkit-transform:all 1s ease 0s}
.news_biaoti{width: 100%; font-size:2.4rem; color: #555; padding: 10px 0px; text-align: center;  clear: both; font-weight: bold}
.news_shijian{width: 100%; line-height: 3rem; color: #999; height:3rem; margin-bottom:2rem; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center; clear: both; font-size:1.4rem}
.go_block{width: 90px; height: 30px; background: #0085f0; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative; font-size:1.4rem}
.keyword_light,.keyword_light p,.keyword_light span{font-size:1.4rem; line-height:2.8rem}
#newsfoot{font-size:1.4rem;}
#newsfoot a{font-size:1.4rem;}
.keyword_light img{max-width:100%}
.jobs_list{margin-bottom:40px;}





@media screen and (max-width:1680px){
	.bd_info{padding-left:50rem}
	.bd_info_xx dl dd{width:60%}
	
}


@media screen and (max-width:1500px){
	.container,.nav .sub li,.bd_info,.ny_service_si_top ul,.ny_service_si_bottom ul,.sj_banner_info{width:1200px;}
	.ny_case_san .container, .ny_case_two .container{width:1200px;}
	.footer_right{width:73%}
	.footer_left{width:25%}
	.footer_right dl{margin-right:3%}
	.lishi_div h3{font-size:4rem;}
	.ny_case_sixx{width:54%}
	.sj_banner_info{margin-left:-600px;}
	
	
}

@media screen and (max-width:1366px){
	.header_nav{margin-right:3%; width:66%}
	.nav .nLi{margin-right:3%; width:11.5%}
	.nav .nLi h3 a p{font-size:1.5rem}
	*{font-size:48%}
	.sj_banner_info{padding-top:7%}
	.nav .sub{height:340px}
	.sj_banner_info h3{font-size:5rem}
	.lxfx{top:200px;}
	.ny_nav{width:100%}
	#tabs-container{margin-top:5rem}
	.bd_info{padding-left:45rem}
	
	
}

@media screen and (max-width:1280px){
	
	.container, .nav .sub li, .ny_service_si_top ul, .ny_service_si_bottom ul, .sj_banner_info,.ny_case_san .container, .ny_case_two .container,.ny_case_one .container,.ny_nav{width:100%; padding: 0px 10px;}
	.ny_ban_left{margin-left:20px;}
	.sj_banner_info{margin-left:0; left:0; top:5rem; padding-left:2rem;}
	.sj_banner_links a,.ny_ban_links a{width:15rem;}
	.sj_banner_info h3,.ny_ban_left h4{font-size:3rem}
	.sj_banner_info p,.ny_ban_left p{font-size:2rem}
	.sj_banner_info span,.ny_ban_left span{font-size:1.8rem}
	.index_chanpin ul li h3{font-size:2rem}
	.index_hangye .slideTxtBox .hd{left:7%}
	.bd_info{width:100%; }
	.ny_cq_san ul li{height:40rem}
	.ny_cq_xx h3{margin-top:30%}
	.ny_cq_xx .cq_xx_bg{width:6rem; height:6rem;}
	.ny_cq_two ul li:hover .ny_cq_info{display:none;}
	*{font-size:65.2%}
	.ny_case_sipic{width:38%}

	.ny_case_san ul li p{line-height:2.6rem}
	.ny_case_san ul li{padding:2rem}
	.ny_service_san ul li{padding:2rem 2%}
	.about_one_right{width:68%}
	.about_two_xx{padding:1rem}
	.ny_hr_two{background-size:cover; height:600px;}
	.ny_hr_two ul li{padding:2rem}
	.ny_hr_two ul li p{margin-top:2rem}
	.ny_hr_four ul li{padding:2rem; height:29rem}
	.ny_cq_xx{padding:2rem}
	.ny_cq_san ul li,.ny_eas_two ul li,.ny_kis_two ul li,.four_xx_info{padding:2rem}
	.ny_cq_san ul li img{width:35%}
	.ny_eas_two ul li img{width:20%}
	.ny_kis_two ul li img{width:15%}
	.ny_kis_two ul li h3{margin:1rem auto}
	

	
}

@media screen and (max-width:1152px){
	
	.header_nav{width:62%}
	*{font-size:63%}

}



@media screen and (max-width:1024px){

	.lxfx{display:none;}
	.h_sj,.h_wx{width:82px}
	.header_nav{width:62%; margin-right:1%}
	.nav .nLi{margin-right:3%}
	.ny_service_san ul li{padding:48px 1%}
	.ny_cq_one ul li img{width:9rem}
	.ny_title h3{font-size:3rem}
	.ny_cq_xx h3{margin-top:10%}
	.ny_cq_xx{padding:2rem}
	.ny_cq_xx .cq_xx_bg{width:6rem; height:auto;}
	.ny_cq_xx .cq_xx_bg img{width:100%; height:auto;}
	.ny_cq_xx p{line-height:2rem}
	.ny_cq_san ul li{padding:2rem 1rem;height:40rem;}
	.footer_zhichi p{margin-right:1rem}
	.copy_l{font-size:1rem}
	.footer_zhichi span{font-size:1rem}
	.ny_case_san ul li{padding:1.4rem}
	.footer_right dl dd a{font-size:1.2rem}
	.ny_case_sixx{width:54%}
	.ny_case_sixx h3{font-size:2.8rem}
	.ny_case_one h1{font-size:3rem}
	.about_two_xx{padding:1rem}
	.ny_service_two ul li img{width:9rem; margin-top:2rem}
	.ny_service_two ul li{padding:1rem 2rem}
	.service_two_xx{margin-left:10rem}
	.index_biaoti h3{font-size:3rem}
	.ny_case_sipic{background:none}
		

}


@media screen and (max-width:768px){

	
	.index_header,.sj_banner_info span,.footer,.copy{display:none}
	.sj_header,.sj_copy,footer{display:block;}
	.sj_banner .swiper-container-horizontal>.swiper-pagination-bullets, .sj_banner .swiper-pagination-custom, .sj_banner .swiper-pagination-fraction{bottom:10px;}
	.index_chanpin ul li{padding:2rem 1rem}
	.index_chanpin ul li h3{font-size:1.8rem}
	.index_chanpin{padding-bottom:0}
	.index_hangye .slideTxtBox .hd{width:24rem}
	.bd_info{padding-left:32rem}
	.bd_info_xx dl dd{width:70%}
	.index_case_xx{padding:2rem 1rem}
	.index_chanpin ul li p{padding:2.5rem 1.5rem 0}
	.sj_banner_links a, .ny_ban_links a{width:34%; height:4rem; line-height:4rem; font-size:1.8rem}
	.ny_ban{height:40rem}
	.ny_ban_left{margin-top:7rem}
	.ny_cq_one ul li img{width:80%}
	.ny_cq_one ul li{padding:3.5rem 10px}
	.ny_cq_xx h3{font-size:1.4rem}
	.ny_cq_xx .cq_xx_bg{width:4rem}
	.ny_cq_xx{padding:1rem}
	.ny_cq_san ul li span{font-size:1.3rem; line-height:2.1rem;  margin-top:1.4rem}
	.ny_cq_san ul li h4{margin-top:1.5rem}
	.ny_cq_san ul li img{width:40%}
	.ny_cq_san ul{width:100%; height:auto; padding:0px 10px;}
	.ny_title p{font-size:1.6rem}
	.ny_lianxi ul li{margin:0 5rem}
	.xk_one_left{float:none; width:100%}
	.xk_one_left img{width:100%; height:auto; display:block;}
	.xk_one_right{width:100%; float:none; margin-left:0;}
	.xk_four_right{width:72%}
	.four_xx_info{padding:3rem 1rem 0}
	.four_xx_info .four_pic{ height:auto;}
	.eas_four_xx ul li{height:37rem}
	.ny_eas_two ul li{padding:2rem 1rem;height:34rem}
	.ny_eas_two ul li img{max-width:35%; }
	.eas_san_xx{padding:1.5rem 1rem;}
	.four_xx_hover{padding:4rem 1rem}
	.ny_hr_two{height:auto;  background-size:cover; padding:4rem 0}
	.ny_hr_two ul li,.ny_hr_wu ul li{padding:2rem 1rem}
	.hr_san_xx h3{font-size:1.6rem; margin-bottom:0;}
	.ny_case_san ul li h3{height:auto; line-height:2.8rem}
	.ny_case_san ul li{width:100%; margin-bottom:10px;}
	.ny_case_san ul li p{height:auto;}
	.ny_case_sipic{float:none; margin:0px auto;}
	.ny_case_sixx{width:100%; height:auto; float:none; margin-top:20px;}
	.news_xx{width:57%}
	.about_lishi_right{width:100%; float:none;}
	.about_two_xx h3{line-height:2rem}
	.about_two_xx{height:20rem}
	.about_one_left h3{font-size:3rem}
	.ny_service_two ul li{height:20rem}
	.ny_service_san ul li{width:100%; float:none; margin-top:10px; height:auto; padding:2rem 1rem}
	.ny_service_san ul li p{height:auto;}
	.ny_service_san ul li a{margin-top:2rem}
	.ny_service_si_bottom ul li h4{font-size:1.6rem}
	.ny_service_san .ny_title p{width:100%}
	.hr_one_left,.hr_one_right,.kis_one_left,.kis_one_right{width:100%; float:none;}
	.kis_one_right{margin-left:0}
	.ny_hr_two ul li h3{font-size:1.6rem}
	.ny_hr_two ul li p{margin-top:2rem}
	.ny_ban{margin-top:60px;}
	.eas_san_xx p{-webkit-line-clamp:5}
	.eas_san_xx{height:22rem}
	
	.about_lishi_left{width:100%; height:auto; position:static; margin-top:7rem;}
	#tabs-container{width:84%}
	.about_pic{display:none;}
	.about_tab_info{width:100%; float:none;}
	

}


@media screen and (max-width:500px){
		*{font-size:55%}
		.sj_banner{margin-top:60px;}
		.logo{width:auto; height:100%}
		.logo img{width:auto}
		.service_one_xx,.ny_eas_onexx{width:100%}
		.ny_service_one ul li{width:33.33%; margin:0px }
		.ny_service_two ul li{width:100%; height:auto; float:none; overflow:hidden}
		.ny_service_two ul li:nth-child(2n){float:none}
		.ny_service_two ul li img{margin-top:3%; width:7rem}
		.ny_service_si_top,.ny_lianxi{height:auto; background-size:cover;}
		.ny_lianxi ul li{width:25%; margin:0px }
		.ny_lianxi ul{width:100%; overflow:hidden}
		.ny_lianxi ul li img{width:30%}
		.ny_lianxi_input .lx_1, .ny_lianxi_input .lx_2,.lx_3,.tijiao{width:100%; float:none; margin-bottom:10px;}
		.ny_join_zhaopin{padding:10px;}
		.about_one_left,.about_one_right,.xk_four_right ul li{width:100%; float:none; margin-bottom:20px;}
		.ny_about_two ul li,.ny_cq_one ul li{width:49%; margin-right:0; margin-bottom:20px;}
		.ny_about_two ul li:nth-child(2n),.ny_cq_one ul li:nth-child(2n){float:right}
		.about_two_xx{height:16rem}
		.about_honor_title p{font-size:1.8rem}
		.ny_cq_one ul li img{width:48%}
		.ny_cq_two ul li{width:50%;}
		.ny_cq_xx{padding:16% 8%}
		.ny_cq_san ul li,.ny_xk_two ul li,.xk_four_left,.xk_four_right{width:100%; float:none; height:auto}
		.ny_cq_san ul li img,.ny_xk_two ul li img{width:13%}
		.ny_biaoti h3,.index_title h3{font-size:2.4rem}
		.ny_lianxi_dhs{font-size:2rem}
		.ny_hr_san ul li{width:100%; margin-right:0; float:none;}
		.hr_san_info{height:auto}
		.hr_xiazai{width:60%; margin:0px auto;}

		.hr_san_xx{padding:0px; margin-top:0}
		.eas_four_xx ul li,.ny_eas_two ul li{width:100%; height:auto;  margin-bottom:10px; }
		.four_xx_info{padding:10px;}
		.ny_eas_two ul li img{width:14%}
		.ny_eas_san ul li,.index_case ul li{width:48%; margin-right:0}
		.ny_eas_san ul li{width:100%; float:none; height:auto;}
		.eas_san_xx{height:auto;}
		
		.ny_case_bottom ul li:nth-child(2n),.index_case ul li:nth-child(2n){float:right}
		.ny_title h3,.index_biaoti h3,.about_lishi_t h3,.about_one_left h3,.about_honor_title h3{font-size:2.6rem}
		.ny_about_two{padding:5rem 0;}
		.four_xx_info .four_pic img{max-width:50%}
		.case_onre_palinks a{width:40%}
		.ny_case_two ul li{padding:2rem 1rem; float:none; width:100%; margin-right:0; height:auto}
		.ny_case_two ul li p{height:auto;}
		.ny_case_two ul li:nth-child(2n){float:none}
		.ny_case_bottom ul li{width:49%; margin-right:0; margin-bottom:10px;}
		.ny_case_nav,.ny_case_input{width:100%; height:auto; float:none; overflow:hidden; margin-bottom:10px;}
		.case_tijiao{ height:4rem}
		.ny_case_sipic{ background:none; padding-top:1px; width:100%; height:auto;}
		.ny_case_sipic img{margin:0px auto}
		.ny_case_xx{padding:10px 5px; height:auto}
		.ny_case_one h1{font-size:2.4rem}
		.ny_case_sixx p{height:auto;}
		.ny_hot_case ul li,.nycont-bot_left{width:100%;  margin-bottom:10px; float:none;}
		.news_pic{display:none;}
		.ny_nav ul{width:100%}
		.ny_nav ul li{width:33.33%; margin:0}
		.ny_nav ul li a{width:100%; height:auto; padding:0}
		#tabs-container{width:73%; margin-top:1rem}
		.two_picon img{width:30%}
		.foottb-r{display:none;}
		.sj_banner_links{ margin-top:2rem}
		.sj_banner_links a, .ny_ban_links a{height:3rem; line-height:3rem;}
		.sj_banner_links a{font-size:1.5rem; width:10rem}
		.index_chanpin ul li{width:100%; height:auto; margin-bottom:10px; float:none;}
		.sj_banner_info{top:3rem}
		.sj_banner_info p{font-size:1.4rem; line-height:2.4rem}
		.index_chanpin ul li span{margin:2rem 0}
		.index_hangye{display:none}
		.index_kehu ul li{width:33.33%}
		.in_news_pic{width:100%; float:none;}
		.in_news_xx{margin-left:0; float:none;}
		.index_news .swiper-slide a{padding:10px;}
		.index_news{height:auto; overflow:hidden; background-size:cover;}
		.sj_banner_info h3{font-size:2.4rem}
		.ny_service_si_top ul li,.ny_service_si_bottom ul li{padding-left:1rem;width:50%; height:auto}
		.ny_service_si_top ul li p{height:70px}
		.ny_service_si_bottom ul li p{height:70px;}
		.ny_service_si_top ul li span,.ny_service_si_bottom ul li span{margin-top:2rem; font-size:3rem}
		.ny_service_si_bottom{height:auto; overflow:hidden; padding-bottom:50px;}
		.ny_service_si_top{padding-bottom:50px;}
		.ny_news_all ul li{padding:10px 0}
		.ny_news_all ul li .ny_time{width:8rem}
		.ny_news_all ul li .ny_time p{font-size:2.6rem}
		.news_xx{margin-left:10rem; width:auto; float:none;}
		.ny_case_lx .ny_ban_left h4{font-size:2.4rem}
		.ny_case_lx{height:38rem}
		.four_xx_hover{padding:1rem}
		.ny_ban{height:35rem}

		.ny_hr_two ul li{width:100%; height:auto; float:none; margin-right:0}
		.hr_jz_pic{height:auto;  margin-bottom:1rem}
		.hr_jz_pic img{width:10%; height:auto;}
		.ny_hr_four ul li,.ny_kis_two ul li{width:100%; height:auto; float:none; margin-right:0; padding:10px;}
		.ny_hr_four ul li i{    background-size: auto 100%; height:5rem}
		.ny_hr_four ul li:hover i{background-size: auto 100%!important; height:5rem}
		.ny_hr_wu ul li{width:50%; height:26rem}
		.ny_hr_wu{height:auto; background-size:cover;}
		.ny_hr_wu ul li h3{font-size:1.6rem}
		.ny_hr_wu ul li i{font-size:3rem}
		.kis_one_ts p{width:20%; border-right:1px solid #fff; margin-right:0}
		.ny_kis_two{background-size:cover;}
		.kis_two_pic{width:100%; height:auto; display:block;}
		.kis_two_pic img{width:10%}
		.ny_kis_san .slideTxtBox .hd{width:100%; height:auto; float:none;}
		.ny_kis_san .slideTxtBox .bd{width:100%; height:auto; float:none; margin-top:10px;}
		.ny_kis_san .slideTxtBox .hd ul li{width:100%; font-size:1.8rem}
		.ny_kis_two ul li img{width:10%}
		.swiper-button-next, .swiper-button-prev{width:3rem; height:3rem}
		.about_honor_all{padding:0px 4rem}
		.ny_about_honor{background-size: auto 90%;}
		.jobs_hide{padding:15px}
		.overtext,.about_lishi_right{height:auto;}
		.btn-loadmore{display:none;}
		.tabs{width:7rem}
		.lishi_div h3{line-height:4rem}
	
	
		
}


@media screen and (max-width:375px){
	.sj_banner_info{top:2rem}
	.sj_banner_info p{margin:1rem 0}

	
}

@media screen and (max-width:360px){
	.about_two_xx{height:18rem}
	
	
}




@media screen and (max-width:320px){
	*{font-size:55%}
	.sj_banner_info p{display:none}
	.ny_ban_left{margin-top:4rem; margin-left:0}
	.ny_ban{height:308px;}

	
}




